Claude Code

Proficiency Advanced

Anthropic's command-line AI coding agent that lets developers delegate engineering tasks to Claude directly from the terminal.

Related Work

  • Now

    Senior Software Engineer

    at CLEAR

    On web platform team, working on the next generation of web experience for CLEAR members.

    • June 2023

Related Projects

  • In progress

    A self-hostable URL shortener that runs entirely on Cloudflare Workers, with an admin UI, a headless JSON API, role-based access, configurable redirect codes, passkey-first authentication, and optional API keys for automated access. Architecture is a single Workers deploy: Elysia handles redirects and the admin JSON API; TanStack Start powers the admin SPA with Eden providing type-safe client calls; Better Auth manages passkeys, API keys, and invite-only user provisioning; Drizzle ORM persists state to Cloudflare D1; the UI is built with Tailwind CSS v4, Radix, and shadcn. Key tech: Cloudflare Workers, Cloudflare D1, TanStack Start, Elysia, Better Auth, Drizzle ORM, TypeScript, React, Tailwind CSS v4, Vite, Wrangler, Biome, Vitest.

    • April 2026
    • github
  • A local Bun-powered Model Context Protocol server that exposes read-only access to the Charles Schwab Trader and Market Data APIs, letting AI assistants and agents query account positions, orders, transactions, quotes, option chains, price history, market hours, and instruments in a structured way. Order placement, replacement, and cancellation are intentionally not exposed to keep blast radius minimal. Architecture is a single Bun process speaking the MCP stdio protocol, with the official MCP SDK and Zod schemas defining each tool; OAuth tokens are stored localy. Key tech: Bun, TypeScript, Model Context Protocol SDK, Zod, Biome, portless.

    • May 2026
    • github